-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove default_varinfo
function
#695
Conversation
cc2e84d
to
632ab09
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #695 +/- ##
==========================================
- Coverage 79.22% 79.20% -0.03%
==========================================
Files 30 30
Lines 4212 4207 -5
==========================================
- Hits 3337 3332 -5
Misses 875 875 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 11394594173Details
💛 - Coveralls |
632ab09
to
23358b4
Compare
default_varinfo
function
So this was deliberately introduced at some point exactly to allow using other |
@torfjelde, I'm sorry, you stumbled across a PRs which is definitely not intended for review yet 😅 I've been trying to see how much of the codebase I can strip out without CI failing (hence a few force pushes). I will definitely consult for opinions before asking for proper reviews! |
Ah gotcha, gotcha:) Seems very sensible! |
Eh, I can't remember what I was trying to do anymore. :// It was something with the experimental Gibbs sampler and trying to trace where things were going. Anyway, I figure it can just be closed. |
default_varinfo
isn't used anywhere else in TuringLang and this PR helps to remove one level of indirection.Also updated the comment to help provide some context.